Welcome![Sign In][Sign Up]
Location:
Search - crc16 ccitt

Search list

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[ELanguageCrc32

Description: CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/   #define CRCCCITT 0x1021   #define CCITT-REV 0x8408   #define CRC16 0x8005   #define CRC16-REV 0xA001   #define CRC32-POLYNOMIAL 0xEDB88320L
Platform: | Size: 2379776 | Author: yang_yinxia | Hits:

[VHDL-FPGA-VerilogPCME1

Description: 通常的CRC算法在计算一个数据段的CRC值时,其CRC值是由求解每个数值的CRC值的和对CRC寄存器的值反复更新而得到的。这样,求解CRC的速度较慢。通过-#define CRCCCITT 0x1021   #define CCITT-REV 0x8408   #define CRC16 0x8005   #define CRC16-REV 0xA001
Platform: | Size: 34816 | Author: malimin | Hits:

[Com PortCRCProgram

Description: CRC16校验码计算器 CRC16Calculater.exe支持CRC-16-IBM和-CRC-16-CCI-CRC16 checksum calculator CRC16Calculater.exe support of CRC-16-IBM-CRC-16-the CCITT
Platform: | Size: 7162880 | Author: KKK | Hits:

[SCMxmodemCRC16.c

Description: 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by step to write the source code, in accordance with program ideas will be easier to understand the CRC16 more experience in the way of the context.
Platform: | Size: 1024 | Author: 海天 | Hits:

[LabViewCRC_CALC_CCITT_X25

Description: 用来计算CRC16校验码(CCITT,欧洲标准)-Used to calculate the CRC16 of (CCITT, the European standard)
Platform: | Size: 9216 | Author: 白雪 | Hits:

[Windows DevelopCRC16Calculater

Description: CRC16计算器,涉及CCITT CRC16和IBM CRC16-CRC16 calculator, involving CCITT CRC16 and IBM CRC16
Platform: | Size: 10240 | Author: sgd | Hits:

[USB developCRC5_CRC16_USB

Description: USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))
Platform: | Size: 6144 | Author: 诡迹xjn | Hits:
« 1 2 3»

CodeBus www.codebus.net